Class Scenario: Expose single domain entity

10

tests

0

failures

0

ignored

0.060s

duration

100%

successful

Tests

Test Duration Result
And it has no actions 0s passed
And it is exposed at "/hyperstateTest/test/testAccount" 0s passed
And it will have a self link referencing "/hyperstateTest/test/testAccount" 0s passed
And it will have no actions 0s passed
And it will have no links apart from "self" 0.001s passed
And it's only link is self link referencing "/hyperstateTest/test/testAccount" 0s passed
Given an "Account" domain entity with 0s passed
Then the response will be an "Account" domain entity with 0s passed
When request is made to "/hyperstateTest/test/testAccount" for an "au.com.mountainpass.hyperstate.server.entities.Account" 0s passed
classMethod 0.059s passed

Standard output

2016-07-01 06:42:49.401  INFO 4529 --- [    Test worker] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [au.com.mountainpass.hyperstate.server.StepDefs]: no resource found for suffixes {-context.xml, Context.groovy}.
2016-07-01 06:42:49.402  INFO 4529 --- [    Test worker] WebAppIntegrationTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2016-07-01 06:42:49.403  INFO 4529 --- [    Test worker] WebAppIntegrationTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@61648fe5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2e5809d6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3c6bb124, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1a2b8685, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5f752982, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@318d9d03]
2016-07-01 06:42:49.403  INFO 4529 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@4deaa9eb] to [cucumber.runtime.java.spring.GlueCodeScope@16d753ad]

  Scenario: Add Relationship                                                        ?[90m# serviceExposer.feature:14?[0m
    ?[32mGiven ?[0m?[32ma Hyperstate controller "?[0m?[32m?[1mhyperstateTestController?[0m?[32m" at "?[0m?[32m?[1m/hyperstateTest?[0m?[32m"?[0m   ?[90m# StepDefs.a_Hyperstate_controller_at(String,String)?[0m
    ?[32mAnd ?[0m?[32mthe controller's root has an "?[0m?[32m?[1maccounts?[0m?[32m" link to an "?[0m?[32m?[1mAccounts?[0m?[32m" domain entity?[0m ?[90m# StepDefs.the_controller_s_root_has_an_link_to_an_domain_entity(String,String)?[0m
    ?[32mWhen ?[0m?[32mrequest is made to "?[0m?[32m?[1m/hyperstateTest?[0m?[32m"?[0m                                       ?[90m# StepDefs.request_is_made_to(String)?[0m
    ?[32mAnd ?[0m?[32mits "?[0m?[32m?[1maccounts?[0m?[32m" link is followed?[0m                                             ?[90m# StepDefs.its_link_is_followed(String)?[0m
    ?[32mThen ?[0m?[32mthe response will be a "?[0m?[32m?[1mAccounts?[0m?[32m" domain entity?[0m                            ?[90m# StepDefs.the_response_will_be_an_domain_entity(String)?[0m